home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Low Level Languages / FORTRAN.500 / DISK6 / BSE.FD$ / BSE.bin
Encoding:
Text File  |  1989-01-27  |  850 b   |  23 lines

  1. C****************************** Module Header ******************************
  2. C*
  3. C* Module Name: BSE.FD
  4. C*
  5. C* This file includes the definitions necessary for writing Base OS/2 applications.
  6. C*
  7. C* Copyright (c) 1987-1989  Microsoft Corporation
  8. C*
  9. C* ===========================================================================
  10. C*
  11. C* The following symbols are used in this file for conditional sections.
  12. C*
  13. C*   INCL_BASE   -  ALL of OS/2 Base
  14. C*   INCL_DOS    -  OS/2 DOS Kernel
  15. C*   INCL_SUB    -  OS/2 VIO/KBD/MOU
  16. C*   INCL_DOSERRORS -  OS/2 Errors         - only included if symbol defined
  17. C*
  18. C***************************************************************************
  19.  
  20.     INCLUDE 'bsedos.fd'       ! Base definitions
  21.     INCLUDE 'bsesub.fd'       ! VIO/KBD/MOU definitions
  22.     INCLUDE 'bseerr.fd'       ! Base error code definitions
  23.